@charset "UTF-8";
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('./fonts/SourceHanSansCN-Regular.woff') format('woff'),
        url('./fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
        url('./fonts/SourceHanSansCN-Regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('./fonts/SourceHanSansCN-Medium.woff') format('woff'),
        url('./fonts/SourceHanSansCN-Medium.eot') format('embedded-opentype'),
        url('./fonts/SourceHanSansCN-Medium.ttf') format('truetype');
}

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333;
    font-size: 16px;
    font-family: 'SourceHanSansCN-Regular';
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: 'SourceHanSansCN-Regular';
    border: 0;
    outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */
a {
    color: #333;
}
.w100 {
    width: 100%;
}
.font-0 {
    font-size: 0;
}
.relative {
    position: relative;
}
.ver-md {
    vertical-align: middle;
}
.ver-inner-md::after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.box-inline {
    display: inline-block;
}
.box-block {
    display: block;
}
.hide-scroll {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hide-scroll::-webkit-scrollbar {
    display: none;
}
input::-webkit-input-placeholder {
    color: #85939f;
}
input:-moz-placeholder {
    color: #85939f;
}
input::-moz-placeholder {
    color: #85939f;
}
input:-ms-input-placeholder {
    color: #85939f;
}
/* 头部 */
.top-hd {
    max-width: 100%;
}
.top-line-span {
    margin-right: 15px;
}
.top-line {
    line-height: 40px;
    border: 1px solid #eeeeee;
    overflow: hidden;
}
.hd-img-box {
    font-size: 0;
    padding: 50px 0;
}
.top-hd-r {
    width: 300px;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sm-logo {
    display: block;
    margin: 0 auto;
}
.link {
    text-align: center;
}
.search {
    width: 300px;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 19px;
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 3px;
}
.search-input {
    width: calc(100% - 40px);
    padding-left: 20px;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.search-icon {
    width: 20px;
    height: 20px;
    background: url(../images/search.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-bottom: 10px;
}
.nav {
    height: 60px;
    background-color: #c63240; 
}
.nav .container {
    height: 100%;
}
.nav-item {
    width: 12.5%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.nav-item:hover,
.nav-item.active {
    background-color: #ae1d2c;
}
.nav-item.active {
    font-size: 24px;
    font-weight: bold;
}
.toolbar-icons {
    position: fixed;
    top: 300px;
    right: 36px;
    width: 45px;
    height: 150px;
    z-index: 100;
}
.toolbar-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(219,31,39,.1);
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}
.toolbar-icon1 {
    background: #fff url(../images/toolbar-icon1.png) center no-repeat;
}
.toolbar-icon2 {
    background: #fff url(../images/toolbar-icon2.png) center no-repeat;
}
.toolbar-icon3 {
    background: #fff url(../images/toolbar-icon3.png) center no-repeat;
}
.toolbar-icon1:hover {
    background: #c63240 url(../images/toolbar-icon1-active.png) center no-repeat;
}
.toolbar-icon2:hover {
    background: #c63240 url(../images/toolbar-icon2-active.png) center no-repeat;
}
.toolbar-icon3:hover {
    background: #c63240 url(../images/toolbar-icon3-active.png) center no-repeat;
}

@media (max-width: 400px) {
    .nav-item.active {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .nav {
        height: 120px;
    }
    .nav-item {
        width: 25%;
    }
}
@media (max-width: 430px) {
    .nav {
        height: 180px;
    }
    .nav-item {
        width: 33.3%;
    }
}
@media (max-width: 1010px) {
    .top-hd-r {
        float: none!important;
    }
}
/* @media (min-width: 1280px) and (max-width: 1500px) {
    .toolbar-icons {
        right: 0;
    }
    .container {
        padding: 0 50px;
    }
}
@media (max-width: 1180px) {
    .toolbar-icons {
        right: 0;
    }
    .container {
        padding: 0 50px;
    }
} */
/* 下拉选择 */
.selects {
    height: auto;
    background-color: #ededed;
    margin-bottom: 40px;
}
.selects .select {
    padding-top: 7px;
    padding-bottom: 7px;
}
.selects .chosen-container-single .chosen-single {
    border: none;
}
.selects .chosen-container .chosen-drop {
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* 底部 */
.footer {
    font-size: 14px;
    color: #666666;
    padding-bottom: 25px;
}
.footer-texts-l {
    width: calc(100% - 250px);
}
.footer-text-line {
    text-align: center;
    line-height: 32px;
}
.footer-imgs {
    width: 249px;
    text-align: right;
}
.footer-img + .footer-img {
    margin-left: 40px;
}
.footer-text {
    line-height: 15px;
    font-size: 14px;
    padding: 0 10px;
}
.footer-text + .footer-text {
    border-left: 1px solid #989898;
}
@media (max-width: 768px) {
    .footer-texts-l {
        width: 100%;
    }
    .footer-imgs {
        width: 100%;
        text-align: center;
    }
}
/* 面包屑导航 */
.crumb {
    height: 50px;
    background-color: #fdf5f5;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 30px;
}
.crumb .container {
    line-height: 50px;
}
.gps-icon {
    display: inline-block;
    width: 16px;
    height: 19px;
    background: url(../images/gps.png) center no-repeat;
    margin-right: 5px;
}
.crumb .active {
    color: #da1c25;
}
.crumb-link {
    cursor: pointer;
}
@media (max-width: 500px) {
    .crumb {
        height: 70px;
    }
    .crumb .container {
        line-height: 35px;
    }
}
/* 左侧导航 */
.left-nav {
    width: 230px;
}
.left-nav-hd {
    font-size: 22px;
    height: 60px;
    background-color: #c63240;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.left-nav-list {
    margin-top: 20px;
}
.left-nav-item {
    display: block;
    height: 60px;
    line-height: 60px;
    background-color: #ffdcde;
    padding: 0 20px 0 30px;
    margin-bottom: 10px;
    font-size: 0;
    color: #666666;
    background-color: #fdf3f4;
    cursor: pointer;
}
.left-nav-item.active,.left-nav-item.current {
    color: #db2028;
    background-color: #ffdcde;
}
.left-nav-itemtxt {
    width: calc(100% - 12px);
    font-size: 18px;
}
.left-nav-row {
    display: none;
    width: 11px;
    height: 19px;
    background: url(../images/left-nav-arrow.png) center no-repeat;
}
.left-nav-item.active .left-nav-row,.left-nav-item.current .left-nav-row {
    display: inline-block;
}
/* 页框 */
.page {
    width: calc(100% - 251px);
    border: 1px solid #dae0e6;
    margin-left: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    min-height: 500px;
}
.page-title {
    height: 56px;
    line-height: 56px;
    color: #db1e27;
    border-bottom: 1px solid #d2d2d2;
}
.page-title-txt {
    display: inline-block;
    height: 100%;
    line-height: 54px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #db1e27;
    padding: 0 10px;
}
@media (max-width: 768px) {
    .page {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
    }
}
/* chosen 修改 */
.chosen-container {
    font-size: 16px;
}
.chosen-container-single .chosen-single {
    height: 36px;
    line-height: 36px;
    border: 1px solid #cccccc;
}
.chosen-container .chosen-drop {
    border-color: #ccc;
}
.chosen-container-single .chosen-single div b {
    background: url(../images/row-bottom.png) center center no-repeat;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(../images/row-bottom.png) center center no-repeat;
    transform: rotate(180deg);
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 100%;
}
.chosen-container-single .chosen-single span {
    margin-right: 40px;
}
/* 工具搜索框*/
.toolbar-search {
    width: 100%;
    height: 36px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}
.toolbar-search .search-input {
    width: calc(100% - 30px);
    padding-left: 10px;
    box-sizing: border-box;
}
.toolbar-search .search-icon {
    width: 20px;
    height: 20px;
    background: url(../images/search-icon.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-bottom: 10px;
}
/* 分页 */
.pager {
    padding: 32px 0;
    text-align: center;
}
.m-pagination-page>li>a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 0px;
}
.m-pagination-page>li.active>a, .m-pagination-page>li:hover>a {
    background-color: #c63240;
    border-color: #c63240;
    color: #fff;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #c63240;
    color: #fff;
}
.pager .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
}
.pager .m-pagination-group>input, .m-pagination-group>button {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}
.m-pagination-size {
    height: 40px;
}
.m-pagination-page {
    height: 40px;
}
.m-pagination-group:before,
.m-pagination-group:after {
    line-height: 40px;
}
.pager .chosen-container-single .chosen-single div {
    width: 36px;
}
.pager .chosen-container-single .chosen-single div b {
    background: url(../images/row-small.png) center center no-repeat;
}
.pager .chosen-container-single .chosen-single span {
    margin-right: 36px;
}
.pager .chosen-container .chosen-drop {
    border-color: #d9d9d9
}
.pager .chosen-container {
    font-size: 14px;
}
@media (max-width: 768px) {
    .m-pagination-page {
        height: 30px;
    }
    .m-pagination-page>li>a {
        padding: 0 10px;
    }
    .m-pagination-page>li>a {
        height: 30px;
        line-height: 30px;
    }
    .m-pagination-size {
        height: 30px;
    }
    .pager .chosen-container-single .chosen-single {
        height: 30px;
        line-height: 30px;
    }
    .pager .m-pagination-group>input, .m-pagination-group>button {
        height: 30px;
    }
    .m-pagination-group:before,
    .m-pagination-group:after {
        line-height: 30px;
    }
    .m-pagination-page>li, .m-pagination-group>input {
        margin: 0 1px;
    }
}

.footer-span a{
    color: #FFF;
}

/* 底部 */
.selects .row {
    margin-top: 0;
}
.bottom {
    position: relative;
    background-color: #c63240;
    padding-bottom: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.gongan-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(/images/gongan-icon.png) center no-repeat;
    background-size: 100% 100%;
}
.dz-icon {
     position: absolute;
    top: 30px;
    right: 201px;
    background: url(/images/dzjg-icon.png) center no-repeat;
    width: 58px;
    height: 75px;
    background-size: 100% 100%;
}
.footer-line {
    text-align: center;
    line-height: 36px;
    word-wrap: break-word;
}
@media (max-width: 1280px) {
    .dz-icon {
        top: 30px;
        right: 50px;
    }
}
@media (max-width: 980px) {
    .dz-icon {
        top: 30px;
        right: 10px;
    }
    .bottom>.container {
        padding: 0 100px;
    }
    .zw-imgbox {
        margin-top: 30px;
    }
    .zw-img {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .bottom>.container {
        padding-left: 30px;
    }
}

/*分页*/
.pager,
.em-pager {
    text-align: center;
}

.m-pagination-page>li>a {
    height: 40px;
   /*width: 40px;*/
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    border: solid 1px #d9d9d9;
    font-size: 14px;
    color: #666666;
}

.m-pagination-page>li {
    margin-right: 10px;
}

.m-pagination-group>button,
.m-pagination-group>input {
    height: 40px;
    box-sizing: border-box;
    width: 50px;
}

.m-pagination-group>button {
    width: 40px;
}

.m-pagination-jump,
.m-pagination-group {
    width: 90px;
}

.m-pagination-jump {
    margin-left: 36px;
}

.m-pagination-info {
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    margin-left: -136px;
}

.m-pagination-page>li.active>a {
    background-color: #c63240;
}

.m-pagination-size>select {
    height: 40px;
    width: 80px;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
}

.m-pagination-page {
    padding-right: 0;
}

.m-pagination-group>input {
    -webkit-user-select: text !important;
    -webkit-appearance: none;
    border-radius: 0;
}

.weather{
    margin-top: 10px;
}

/*20210705*/
.banner-child {
    display: none;
    position: absolute;
    top: 50%;
    left: -118px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari å’Œ Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
    width: 118px;
    height: 114px;
}

.toolbar-icon:hover .banner-child {
    display: block;
}

.banner-child-content {
    background-color: #fff;
    width: 100px;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
}

.banner-child:after {
    height: 100%;
    width: 100px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 16px 0px rgba(33, 46, 142, 0.18);
    ;
    z-index: -1;
}

.banner-child:before {
    display: block;
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    transform: scaleY(2) rotate(45deg);
    -ms-transform: scaleY(2) rotate(45deg);
    /* IE 9 */
    -moz-transform: scaleY(2) rotate(45deg);
    /* Firefox */
    -webkit-transform: scaleY(2) rotate(45deg);
    /* Safari å’Œ Chrome */
    -o-transform: scaleY(2) rotate(45deg);
    /* Opera */
    box-shadow: 0px 0px 16px 0px rgba(33, 46, 142, 0.18);
    ;
    z-index: 20;
    overflow: hidden;
}

/*20210714*/
.top-line-span>ul>li{
    float: left;
    position: relative;
    line-height: 42px;
    padding: 0 16px;
    z-index: 99;
}

.top-line-span>ul>li:first-child:before{
    display: none;
}

.top-line-span>ul>li:before{
    content: '|';
    color: #333;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
}